x86/hvm: rearrange content of hvm.h
authorWei Liu <wei.liu2@citrix.com>
Tue, 4 Sep 2018 16:15:25 +0000 (17:15 +0100)
committerWei Liu <wei.liu2@citrix.com>
Fri, 7 Sep 2018 07:52:00 +0000 (08:52 +0100)
commite39a9148ed77b10abd383498df9386e0b93454b3
tree436dbcf076daa5faaeafb7a89bd90c3f62654e74
parent583037acab54966470021d90a3fc30419c6d8d91
x86/hvm: rearrange content of hvm.h

Move enum and function declarations to first half of the file.

Static inline functions and macros, which reference HVM specific
fields directly are grouped together in second half of the file.

The movement is needed because in a later patch the second half is
going to be enclosed in CONFIG_HVM.

Pure code movement. No functional change.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/include/asm-x86/hvm/hvm.h